MCPcopy Create free account
hub / github.com/TraderAlice/OpenAlice / intMaxString

Function intMaxString

packages/ibkr/src/common.ts:31–33  ·  view source on GitHub ↗
(val: number)

Source from the content-addressed store, hash-verified

29}
30
31function intMaxString(val: number): string {
32 return val === UNSET_INTEGER ? '' : String(val)
33}
34
35// --- Type aliases ---
36

Callers 7

toStringMethod · 0.70
toStringMethod · 0.70
toStringMethod · 0.70
toStringMethod · 0.70
toStringMethod · 0.70
toStringMethod · 0.70
toStringMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected