MCPcopy
hub / github.com/mountain-loop/yaak / Saved

Interface Saved

plugins/template-function-prompt/src/index.ts:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6const STORE_EXPIRE = "expire";
7
8interface Saved {
9 value: string;
10 createdAt: number;
11}
12
13export const plugin: PluginDefinition = {
14 templateFunctions: [

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected