MCPcopy Create free account
hub / github.com/openai/plugins / wrapInFrame

Function wrapInFrame

plugins/superpowers/skills/brainstorming/scripts/server.cjs:112–114  ·  view source on GitHub ↗
(content)

Source from the content-addressed store, hash-verified

110}
111
112function wrapInFrame(content) {
113 return frameTemplate.replace('<!-- CONTENT -->', content);
114}
115
116function getNewestScreen() {
117 const files = fs.readdirSync(CONTENT_DIR)

Callers 1

handleRequestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected