Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
6
const
STORE_EXPIRE =
"expire"
;
7
8
interface
Saved {
9
value: string;
10
createdAt: number;
11
}
12
13
export
const
plugin: PluginDefinition = {
14
templateFunctions: [
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected