MCPcopy Create free account
hub / github.com/GoogleChrome/webstatus.dev / Error

Method Error

lib/backendtypes/types.go:89–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87 ErrQueryComplexityExceeded = errors.New("search query complexity limit exceeded")
88)
89
90// MaxASTNodes specifies the maximum allowed AST node complexity after deduplication.
91const MaxASTNodes = 50
92
93type QueryParseError struct {
94 BadQuery string

Callers 15

GenericErrorFnFunction · 0.45
CreateSavedSearchMethod · 0.45
GetFeatureMetadataMethod · 0.45
ListFeaturesMethod · 0.45
UpdateSavedSearchMethod · 0.45
addFieldErrorMethod · 0.45
recoveryMiddlewareFunction · 0.45

Calls

no outgoing calls

Tested by 15

GetFeatureMetadataMethod · 0.36
recoveryMiddlewareFunction · 0.36
testAuthScopeFunction · 0.36
CacheMethod · 0.36
GetMethod · 0.36
TestGetWebFeaturesDataFunction · 0.36
ProcessRunMethod · 0.36
TestProcessRunsFunction · 0.36
TestHTTPResultsGetterFunction · 0.36
InsertWPTRunMethod · 0.36