Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PowerShell/DSC
/ invoke
Method
invoke
lib/dsc-lib/src/functions/equals.rs:31–33 ·
view source on GitHub ↗
(&self, args: &[Value], _context: &Context)
Source
from the content-addressed store, hash-verified
29
}
30
31
fn invoke(&self, args: &[Value], _context: &Context) -> Result<Value, DscError> {
32
Ok(Value::Bool(args[0] == args[1]))
33
}
34
}
35
36
#[cfg(test)]
Callers
nothing calls this directly
Calls
1
Bool
Class · 0.85
Tested by
no test coverage detected