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
#[private] could link to [env::predecessor_account_it] and [env::panic_str]
#[handle_result] depends on [env::value_return] and [env::panic_str] - covered in scope of doc: #[near(contract_state)] in-depth pass #1307 , only needs a backlink added to anchor it's mentioned in
dj8yfo
changed the title
doc: add links from each near-macro attribute to host functions from [env] module related to it or used in implementation
doc: add links from each near-macro attribute to host functions from [env] module related to it and used in implementation
Feb 8, 2025
@TobieTom you can try doing #1305. Each individual attrubute should have a compact pr, which is easy to review and drive to completion. A single pr for the whole task would be a much bigger chunk, besides this issue has unresolved issue #1300 it depends on for full completion
#[payable]
could link to [env::attached_deposit]#[private]
could link to [env::predecessor_account_it] and [env::panic_str]#[handle_result]
depends on [env::value_return] and [env::panic_str] - covered in scope of doc:#[near(contract_state)]
in-depth pass #1307 , only needs a backlink added to anchor it's mentioned in#[serializer(...)]#
(method arg) - covered in scope of doc:#[near(contract_state)]
in-depth pass #1307 , only needs a backlink added to anchor it's mentioned in#[callback_vec]
depends on [env::promise_results_count] (this depends on doc: documentcallback_...
family ofnear
-macro sub-attributes #1300 and intersects with scope of doc: add discovered intra-doc links and urls with usages within repo to rustdoc ofnear-sdk
#1265 )..n. under scrutiny, most of attributes can be linked to host-functions they depend on in implementation
relates to #1299
The text was updated successfully, but these errors were encountered: