MCPcopy Index your code
hub / github.com/expr-lang/expr / isDuration

Function isDuration

vm/runtime/helpers/main.go:136–138  ·  view source on GitHub ↗
(t string)

Source from the content-addressed store, hash-verified

134}
135
136func isDuration(t string) bool {
137 return t == "time.Duration"
138}
139
140const helpers = `// Code generated by vm/runtime/helpers/main.go. DO NOT EDIT.
141

Callers 1

casesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…