Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ entries
Method
entries
perro_source/core/perro_structs/src/structs/post_process.rs:175–177 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
173
174
pub fn from_entries(entries: Vec<PostProcessEntry>) -> Self {
175
Self { entries }
176
}
177
178
pub fn from_pairs(
179
effects: Vec<PostProcessEffect>,
180
mut names: Vec<Option<Cow<'static, str>>>,
Callers
1
to_json_value
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected