Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ setFather
Method
setFather
common/folder.h:49–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
knownId = true;
48
}
49
inline void setFather(qulonglong pid)
50
{
51
parentId = pid;
52
knownParent = true;
53
}
54
55
inline bool isDir() const
56
{
Callers
1
insertFolders
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected