Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CreminiAI/skillpack
/ renderTemplate
Function
renderTemplate
src/runtime/agent.ts:238–241 ·
view source on GitHub ↗
(content: string)
Source
from the content-addressed store, hash-verified
236
continue;
237
}
238
239
try {
240
if
(
241
!fs.existsSync(resolvedPath) ||
242
!fs.statSync(resolvedPath).isDirectory()
243
) {
244
console.warn(
Callers
1
copyDir
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected