Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
const
getCanisterPath = (canisterName) => {
51
return
path.join(outputRoot,
"canisters"
, canisterName);
52
};
53
54
const
getCandid = (canisterName) =>
55
fs
Callers
1
getCandid
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected