Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ patch
Method
patch
perro_source/api_modules/perro_runtime_api/src/sub_apis/node.rs:439–442 ·
view source on GitHub ↗
(mut self, patch: NodeRootPatch)
Source
from the content-addressed store, hash-verified
437
}
438
439
pub fn patch(mut self, patch: NodeRootPatch) -> Self {
440
self.patches.push(patch);
441
self
442
}
443
444
pub fn patches(mut self, patches: Vec<NodeRootPatch>) -> Self {
445
self.patches = patches;
Callers
1
send_request
Function · 0.80
Calls
1
push
Method · 0.45
Tested by
no test coverage detected