Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chhoumann/quickadd
/ run
Method
run
src/engine/TemplateInsertEngine.ts:118–120 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
116
private resolvedTemplatePath: string | null;
117
118
public
async
run(): Promise<void> {
119
await
this.apply();
120
}
121
122
/**
123
* Resolves the template path's format tokens (issue #620) once and memoizes
Callers
nothing calls this directly
Calls
1
apply
Method · 0.95
Tested by
no test coverage detected