i think we need some inline macro to use like ``` sails_rs::fn_hash!(command DoThis(u32) ); sails_rs::fn_hash!(query This() -> bool ); ``` _Originally posted by @vobradovich in https://github.com/gear-tech/sails/pull/1114#discussion_r2582024186_