Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
function
intMaxString(val: number): string {
32
return
val === UNSET_INTEGER ?
''
: String(val)
33
}
34
35
// --- Type aliases ---
36
Callers
7
toString
Method · 0.70
toString
Method · 0.70
toString
Method · 0.70
toString
Method · 0.70
toString
Method · 0.70
toString
Method · 0.70
toString
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected