MCPcopy Create free account
hub / github.com/cloudflare/wildebeest / jsonExtractIsNull

Method jsonExtractIsNull

backend/src/database/index.ts:31–31  ·  view source on GitHub ↗
(obj: string, prop: string)

Source from the content-addressed store, hash-verified

29export interface QueryBuilder {
30 jsonExtract(obj: string, prop: string): string
31 jsonExtractIsNull(obj: string, prop: string): string
32 set(array: string): string
33 epoch(): string
34 insertOrIgnore(q: string): string

Callers 3

getHomeTimelineFunction · 0.80
getPublicTimelineFunction · 0.80
getLocalStatusesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected