Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/17cupsofcoffee/nova
/ asset_path
Function
asset_path
src/fs.rs:11–13 ·
view source on GitHub ↗
(path: &str)
Source
from the content-addressed store, hash-verified
9
}
10
11
pub fn asset_path(path: &str) -> PathBuf {
12
base_path().join(path)
13
}
14
15
pub fn read(path: &str) -> Vec<u8> {
16
let full_path = asset_path(path);
Callers
2
read
Function · 0.85
read_to_string
Function · 0.85
Calls
1
base_path
Function · 0.85
Tested by
no test coverage detected