Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denodrivers/postgres
/ decodeBigintArray
Function
decodeBigintArray
query/decoders.ts:29–31 ·
view source on GitHub ↗
(value: string)
Source
from the content-addressed store, hash-verified
27
}
28
29
export
function
decodeBigintArray(value: string) {
30
return
parseArray(value, decodeBigint);
31
}
32
33
export
function
decodeBoolean(value: string): boolean {
34
const
v = value.toLowerCase();
Callers
2
decodeText
Function · 0.90
decode_test.ts
File · 0.90
Calls
1
parseArray
Function · 0.90
Tested by
no test coverage detected