Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ BuildExecutor
Class
BuildExecutor
src/build.rs:292–292 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
290
name: name.clone(),
291
source: fs::read_to_string(path).map_err(BuildError::Io)?,
292
source_path: Some(path.clone()),
293
}),
294
}
295
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected