Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denodrivers/postgres
/ decodeIntArray
Function
decodeIntArray
query/decoders.ts:222–224 ·
view source on GitHub ↗
(value: string)
Source
from the content-addressed store, hash-verified
220
}
221
222
export
function
decodeIntArray(value: string) {
223
return
parseArray(value, decodeInt);
224
}
225
226
export
function
decodeFloat(value: string): number {
227
return
parseFloat(value);
Callers
1
decodeText
Function · 0.90
Calls
1
parseArray
Function · 0.90
Tested by
no test coverage detected