Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/github/docs
/ removeMarkers
Function
removeMarkers
src/graphql/scripts/utils/schema-helpers.js:181–183 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
179
}
180
181
function
removeMarkers(str) {
182
return
str.replace(
'['
,
''
).replace(
']'
,
''
).replace(/!/g,
''
)
183
}
184
185
export
default {
186
getArguments,
Callers
2
getId
Function · 0.85
getTypeKind
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected