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

Method allows_operator

resources/sshdconfig/src/repeat_keyword.rs:140–142  ·  view source on GitHub ↗

Check if this keyword allows operator syntax (+, -, ^).

(&self)

Source from the content-addressed store, hash-verified

138
139 /// Check if this keyword allows operator syntax (+, -, ^).
140 pub fn allows_operator(&self) -> bool {
141 !self.is_structured
142 }
143
144 /// Check if this keyword requires structured name-value format.
145 pub fn requires_structured_format(&self) -> bool {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected