Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devaccuracy/ledgerforge
/ IsValidLogicalOperator
Function
IsValidLogicalOperator
internal/filter/operators.go:47–49 ·
view source on GitHub ↗
(op LogicalOperator)
Source
from the content-addressed store, hash-verified
45
}
46
47
func
IsValidLogicalOperator(op LogicalOperator) bool {
48
return
op ==
""
|| op == LogicalAnd || op == LogicalOr
49
}
Callers
1
Validate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected