MCPcopy Create free account
hub / github.com/PowerShell/DSC / FunctionArg

Enum FunctionArg

lib/dsc-lib/src/parser/functions.rs:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22#[derive(Clone, Debug)]
23pub enum FunctionArg {
24 Value(Value),
25 Expression(Expression),
26 Lambda(Lambda),
27}
28
29/// Represents a lambda expression for use in DSC function expressions.
30///

Callers 12

invokeMethod · 0.85
invokeMethod · 0.85
calculate_ipv4_hostFunction · 0.85
calculate_ipv6_hostFunction · 0.85
invokeMethod · 0.85
invokeMethod · 0.85
invokeMethod · 0.85
invokeMethod · 0.85
calculate_ipv4_subnetFunction · 0.85
calculate_ipv6_subnetFunction · 0.85
invokeMethod · 0.85
invokeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected