Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RetroShare/RetroShare
/ createHTML
Method
createHTML
plugins/FeedReader/util/HTMLWrapper.cpp:67–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
bool HTMLWrapper::createHTML()
68
{
69
/* easy way */
70
return readHTML(
"<html><body></body></html>"
,
""
);
71
}
72
73
xmlNodePtr HTMLWrapper::getBody()
74
{
Callers
2
processXPath
Method · 0.80
processXslt
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected