Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aiscriptdev/aiscript
/ validate
Method
validate
aiscript-directive/src/validator/mod.rs:38–40 ·
view source on GitHub ↗
(&self, value: &Value)
Source
from the content-addressed store, hash-verified
36
}
37
38
fn validate(&self, value: &Value) -> Result<(), String> {
39
self.as_ref().validate(value)
40
}
41
42
fn as_any(&self) -> &dyn Any {
43
self.as_ref().as_any()
Callers
nothing calls this directly
Calls
5
len
Method · 0.80
as_number
Method · 0.80
contains
Method · 0.80
as_ref
Method · 0.45
as_str
Method · 0.45
Tested by
no test coverage detected