MCPcopy Create free account
hub / github.com/Stranger6667/css-inline / create_pi

Method create_pi

css-inline/src/html/parser.rs:239–241  ·  view source on GitHub ↗
(&self, target: StrTendril, data: StrTendril)

Source from the content-addressed store, hash-verified

237 }
238
239 fn create_pi(&self, target: StrTendril, data: StrTendril) -> NodeId {
240 self.push_processing_instruction(target, data)
241 }
242
243 /// Append a node as the last child of the given node.
244 fn append(&self, &parent: &NodeId, child: NodeOrText<NodeId>) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected