MCPcopy Create free account
hub / github.com/dfinity/cancan / getCanisterPath

Function getCanisterPath

scripts/setup.ts:50–52  ·  view source on GitHub ↗
(canisterName)

Source from the content-addressed store, hash-verified

48// Helpers
49
50const getCanisterPath = (canisterName) => {
51 return path.join(outputRoot, "canisters", canisterName);
52};
53
54const getCandid = (canisterName) =>
55 fs

Callers 1

getCandidFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected