MCPcopy Create free account
hub / github.com/cure53/DOMPurify / fallbackValue

Function fallbackValue

src/utils.ts:280–282  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

278 }
279
280 function fallbackValue(): null {
281 return null;
282 }
283
284 return fallbackValue;
285}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected