Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dfinity/orbit
/ method
Function
method
cli/src/audit/checks/fixtures.ts:64–67 ·
view source on GitHub ↗
(canister_id: string, method_name: string)
Source
from the content-addressed store, hash-verified
62
});
63
64
export
const
method = (canister_id: string, method_name: string): CanisterMethod => ({
65
canister_id,
66
method_name,
67
});
Callers
1
external-call-validation-equals-execution.spec.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected