Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chhoumann/quickadd
/ makeExecutor
Function
makeExecutor
src/engine/applyTemplateToActiveNote.test.ts:228–233 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
226
}
227
228
function
makeExecutor(): IChoiceExecutor {
229
return
{
230
execute:
async
() => {},
231
variables:
new
Map<string, unknown>(),
232
};
233
}
234
235
const
plugin = {} as QuickAdd;
236
Callers
1
applyTemplateToActiveNote.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected