MCPcopy Index your code
hub / github.com/google/mangle / IsExtensional

Method IsExtensional

ast/decl.go:114–116  ·  view source on GitHub ↗

IsExtensional returns true if decl is for an extensional predicate.

()

Source from the content-addressed store, hash-verified

112
113// IsExtensional returns true if decl is for an extensional predicate.
114func (d Decl) IsExtensional() bool {
115 return d.findDescr(DescrExtensional, nil)
116}
117
118// IsTemporal returns true if decl is for a temporal predicate.
119// Temporal predicates have facts with validity intervals.

Callers 2

EnsureDeclMethod · 0.80
newBoundsAnalyzerFunction · 0.80

Calls 1

findDescrMethod · 0.95

Tested by

no test coverage detected