Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ clip
Method
clip
src/ink/output.ts:309–314 ·
view source on GitHub ↗
(clip: Clip)
Source
from the content-addressed store, hash-verified
307
}
308
309
clip(clip: Clip) {
310
this.operations.push({
311
type
:
'clip'
,
312
clip,
313
})
314
}
315
316
unclip() {
317
this.operations.push({
Callers
2
output.test.ts
File · 0.80
renderNodeToOutput
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected