MCPcopy 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
181function removeMarkers(str) {
182 return str.replace('[', '').replace(']', '').replace(/!/g, '')
183}
184
185export default {
186 getArguments,

Callers 2

getIdFunction · 0.85
getTypeKindFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected