MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / table

Function table

native/shared/src/renderer/shader_include.rs:139–141  ·  view source on GitHub ↗
(entries: &'a [(&'a str, &'a str)])

Source from the content-addressed store, hash-verified

137 use super::*;
138
139 fn table<'a>(entries: &'a [(&'a str, &'a str)]) -> BakedSource<'a> {
140 BakedSource { entries }
141 }
142
143 #[test]
144 fn resolves_simple_include() {

Callers 4

resolves_simple_includeFunction · 0.85
include_guardFunction · 0.85
missing_is_errorFunction · 0.85
circular_detectedFunction · 0.85

Calls

no outgoing calls

Tested by 4

resolves_simple_includeFunction · 0.68
include_guardFunction · 0.68
missing_is_errorFunction · 0.68
circular_detectedFunction · 0.68