MCPcopy Create free account
hub / github.com/buggregator/server / Number

Method Number

modules/sentry/types.go:43–43  ·  view source on GitHub ↗

Number returns the underlying json.Number for use with parseTimestamp.

()

Source from the content-addressed store, hash-verified

41
42// Number returns the underlying json.Number for use with parseTimestamp.
43func (t FlexibleTS) Number() json.Number { return t.value }
44
45// FlexibleMessage handles Sentry "message" which can be a plain string
46// or an object {"message":"...", "params":[...], "formatted":"..."}.

Callers 2

storeErrorEventFunction · 0.80
UnmarshalJSONMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected