Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ setId
Method
setId
common/folder.h:44–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
Folder &operator=(const Folder &other);
43
44
inline void setId(qulonglong sid)
45
{
46
id = sid;
47
knownId = true;
48
}
49
inline void setFather(qulonglong pid)
50
{
51
parentId = pid;
Callers
2
insertFolders
Method · 0.80
deleteFolder
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected