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

Method name

lib/dsc-lib/src/parser/functions.rs:147–149  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

145 /// Get the name of the function.
146 #[must_use]
147 pub fn name(&self) -> &str {
148 &self.name
149 }
150}
151
152fn convert_args_node(statement_bytes: &[u8], args: Option<&Node>) -> Result<Option<Vec<FunctionArg>>, DscError> {

Callers 6

get_task_listFunction · 0.45
parseMethod · 0.45
parseMethod · 0.45
invokeMethod · 0.45
read_windows_registryFunction · 0.45
check_storeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected