MCPcopy
hub / github.com/jsdoc/jsdoc / htmlsafe

Function htmlsafe

test/specs/jsdoc/util/templateHelper.js:511–513  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

509
510 it('should convert non-strings to strings', () => {
511 function htmlsafe() {
512 return helper.htmlsafe(false);
513 }
514
515 expect(htmlsafe).not.toThrow();
516 expect(htmlsafe()).toBe('false');

Callers 4

buildItemTypeStringsFunction · 0.85
buildAttribsStringFunction · 0.85
templateHelper.jsFile · 0.85
templateHelper.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…