Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bendudson/EuraliOS
/ FileQuery
Class
FileQuery
euralios_std/src/fs.rs:203–203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
/// the internal representation easier in future.
202
#[derive(Debug)]
203
pub struct FileQuery(Value);
204
205
impl File {
206
const MAX_SIZE: u64 = 0xFFFF_FFFF_FFFF_FFFF;
Callers
1
query
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected