Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RetroShare/RetroShare
/ getBody
Method
getBody
plugins/FeedReader/util/HTMLWrapper.cpp:73–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
xmlNodePtr HTMLWrapper::getBody()
74
{
75
xmlNodePtr root = getRootElement();
76
if (!root) {
77
return NULL;
78
}
79
return findNode(root->children,
"body"
, false);
80
}
Callers
2
processXPath
Method · 0.80
processXslt
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected