MCPcopy Index your code
hub / github.com/processing/p5.js / cb

Function cb

src/type/p5.Font.js:1581–1584  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1579 }
1580 }
1581 const cb = () => {
1582 if (success) return success(pfont);
1583 return pfont;
1584 };
1585 return this._internal ? this._internal(cb) : cb();
1586 };
1587};

Callers 1

fontFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected