You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the playground of the Source Chains chapter there are 3 tabs with zome fns.
On "Demo_Entries" the only two that have an effect for me are "create_entry" and "delete_entry". For the other ones nothing happens when I enter a hash of an entry and click "Execute".
On "Demo_Links" the function "get_links" has no effect either
Am I using these functions wrong? Or what should happen when I execute "get" or "get_details" for example?
The text was updated successfully, but these errors were encountered:
Oh right... I think we are missing the results panel here. The reason they do nothing is 1) because they are a readonly query (get, query, get_links) and as such they don't modify the source-chain, or 2) that it's not clear what the input should be (entryhash vs headerhash, etc.).
Basically you need feedback of the result of executing the function, which exists in other pages, it's just a matter of including it here.
In the playground of the Source Chains chapter there are 3 tabs with zome fns.
Am I using these functions wrong? Or what should happen when I execute "get" or "get_details" for example?
The text was updated successfully, but these errors were encountered: