Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ truncate
Method
truncate
lib/pugixml/src/pugixml.cpp:8960–8965 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8958
}
8959
8960
void truncate(xpath_node* pos)
8961
{
8962
assert(_begin <= pos && pos <= _end);
8963
8964
_end = pos;
8965
}
8966
8967
void remove_duplicates(xpath_allocator* alloc)
8968
{
Callers
3
apply_predicate_boolean
Method · 0.45
apply_predicate_number
Method · 0.45
apply_predicate_number_const
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected