Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/OpenCoworkAI/open-codesign
/ compactMarkerName
Function
compactMarkerName
packages/shared/src/editmode.ts:28–34 ·
view source on GitHub ↗
(value: string)
Source
from the content-addressed store, hash-verified
26
}
27
28
function
compactMarkerName(value: string): string {
29
let
out =
''
;
30
for
(
const
ch of value) {
31
if
(ch.trim().length !== 0) out += ch;
32
}
33
return
out;
34
}
35
36
function
findMarker(
37
source: string,
Callers
1
findMarker
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected