Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_include
Function · 0.85
include_guard
Function · 0.85
missing_is_error
Function · 0.85
circular_detected
Function · 0.85
Calls
no outgoing calls
Tested by
4
resolves_simple_include
Function · 0.68
include_guard
Function · 0.68
missing_is_error
Function · 0.68
circular_detected
Function · 0.68