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

Class Expression

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

Source from the content-addressed store, hash-verified

21
22#[derive(Clone, Debug)]
23pub struct Expression {
24 function: Function,
25 accessors: Vec<Accessor>,
26}
27
28fn node_to_string(node: &Node, statement_bytes: &[u8]) -> Result<String, DscError> {
29 let text = node.utf8_text(statement_bytes)?;

Callers 1

convert_args_nodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected