MCPcopy 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
64export const method = (canister_id: string, method_name: string): CanisterMethod => ({
65 canister_id,
66 method_name,
67});

Calls

no outgoing calls

Tested by

no test coverage detected