Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
112
function
wrapInFrame(content) {
113
return
frameTemplate.replace(
'<!-- CONTENT -->'
, content);
114
}
115
116
function
getNewestScreen() {
117
const
files = fs.readdirSync(CONTENT_DIR)
Callers
1
handleRequest
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected