Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ setTimes
Method
setTimes
source/io/fsvirtualnode.cpp:91–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
U32 FsVirtualNode::setTimes(U64 lastAccessTime, U32 lastAccessTimeNano, U64 lastModifiedTime, U32 lastModifiedTimeNano) {
92
klog(
"FsVirtualNode::setTimes not implemented"
);
93
return 0;
94
}
Callers
nothing calls this directly
Calls
1
klog
Function · 0.85
Tested by
no test coverage detected