Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/candid82/joker
/ EmptyArrayMap
Function
EmptyArrayMap
core/array_map.go:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
)
29
30
func
EmptyArrayMap() *ArrayMap {
31
return
&ArrayMap{}
32
}
33
34
func
ArraySeqFromArrayMap(m *ArrayMap) *ArraySeq {
35
return
&ArraySeq{arr: m.arr}
Callers
15
versionMap
Function · 0.85
NewEnv
Function · 0.85
EmptySet
Function · 0.85
FileInfoMap
Function · 0.85
dumpPosition
Function · 0.85
exprArrayMap
Function · 0.85
Assoc
Method · 0.85
MakeMeta
Function · 0.85
Eval
Method · 0.85
Eval
Method · 0.85
readMapWithNamespace
Function · 0.85
makeFnForm
Function · 0.85
Calls
no outgoing calls
Tested by
6
TestStreamSSEFormatsEventsAndReportsChannelClose
Function · 0.68
TestStreamSSEReportsClientClose
Function · 0.68
TestStreamSSEReportsFormattingErrorsToOnClose
Function · 0.68
TestSendMessage
Function · 0.68
connectOptionsMap
Function · 0.68
TestInvalidOptionsRejectCommandInjection
Function · 0.68