Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ truncate
Method
truncate
Tools/EditorFramework/pugixml.cpp:7613–7618 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7611
}
7612
7613
void truncate(xpath_node* pos)
7614
{
7615
assert(_begin <= pos && pos <= _end);
7616
7617
_end = pos;
7618
}
7619
7620
void remove_duplicates()
7621
{
Callers
1
apply_predicate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected