Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/slog
/ complexJSON
TypeAlias
complexJSON
map_test.go:260–260 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
258
}
259
260
type
complexJSON complex128
261
262
func
(c complexJSON) MarshalJSON() ([]byte, error) {
263
return
json.Marshal(complex128(c))
Callers
1
TestMap
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected