MCPcopy
hub / github.com/pocketbase/pocketbase / JSONRaw

TypeAlias JSONRaw

tools/types/json_raw.go:10–10  ·  view source on GitHub ↗

JSONRaw defines a json value type that is safe for db read/write.

Source from the content-addressed store, hash-verified

8
9// JSONRaw defines a json value type that is safe for db read/write.
10type JSONRaw []byte
11
12// ParseJSONRaw creates a new JSONRaw instance from the provided value
13// (could be JSONRaw, int, float, string, []byte, etc.).

Callers 10

TestJSONRawStringFunction · 0.92
TestJSONRawMarshalJSONFunction · 0.92
TestJSONRawValueFunction · 0.92
TestJSONRawScanFunction · 0.92
TestGeoPointScanFunction · 0.92
TestReloadSettingsFunction · 0.92
TestCollectionPostScanFunction · 0.92
TestCollectionDBExportFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected