MCPcopy 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
260type complexJSON complex128
261
262func (c complexJSON) MarshalJSON() ([]byte, error) {
263 return json.Marshal(complex128(c))

Callers 1

TestMapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected