MCPcopy
hub / github.com/ether/etherpad / numToString

Function numToString

src/static/js/ChangesetUtils.ts:74–74  ·  view source on GitHub ↗
(num: number)

Source from the content-addressed store, hash-verified

72 * @returns {string} string
73 */
74export const numToString = (num: number): string => num.toString(36).toLowerCase();

Callers 9

toStringMethod · 0.90
packFunction · 0.90
attributeTesterFunction · 0.90
moveOpsToNewPoolFunction · 0.90
mapAttribNumbersFunction · 0.90
followAttributesFunction · 0.90
randomTwoPropAttribsFunction · 0.90

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected