Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tinyplex/tinybase
/ codec.ts
File
codec.ts
src/common/codec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
type
{getUniqueId as getUniqueIdDecl} from
'../@types/common/index.d.ts'
;
2
import
type
{Id} from
'../@types/index.d.ts'
;
3
import
{arrayMap, arrayReduce} from
'./array.ts'
;
4
import
{mapGet, mapNew} from
'./map.ts'
;
Callers
nothing calls this directly
Calls
3
strSplit
Function · 0.90
mapNew
Function · 0.90
arrayMap
Function · 0.90
Tested by
no test coverage detected