MCPcopy
hub / github.com/QwikDev/qwik / intToStr

Function intToStr

packages/qwik/src/core/container/container.ts:183–185  ·  view source on GitHub ↗
(nu: number)

Source from the content-addressed store, hash-verified

181};
182
183export const intToStr = (nu: number) => {
184 return nu.toString(36);
185};
186
187export const strToInt = (nu: string) => {
188 return parseInt(nu, 36);

Callers 7

serializers.tsFile · 0.90
_serializeDataFunction · 0.90
mustGetObjIdFunction · 0.90
_pauseFromContextsFunction · 0.90
getTextIDFunction · 0.90
getNextIndexFunction · 0.90
serializeTaskFunction · 0.90

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…