Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denodrivers/postgres
/ decodeFloatArray
Function
decodeFloatArray
query/decoders.ts:230–232 ·
view source on GitHub ↗
(value: string)
Source
from the content-addressed store, hash-verified
228
}
229
230
export
function
decodeFloatArray(value: string) {
231
return
parseArray(value, decodeFloat);
232
}
233
234
export
function
decodeJson(value: string): unknown {
235
return
JSON.parse(value);
Callers
1
decodeText
Function · 0.90
Calls
1
parseArray
Function · 0.90
Tested by
no test coverage detected