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