Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ name
Method
name
src/build.rs:217–221 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
215
name: name.into(),
216
path: path.into(),
217
}
218
}
219
220
fn load(&self) -> Result<LoadedSource, BuildError> {
221
match self {
222
Self::Inline {
223
name,
224
source,
Callers
1
plan
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected