MCPcopy Create free account
hub / github.com/WinMerge/winmerge / Load

Method Load

Src/markdown.cpp:109–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107using Poco::File;
108
109void CMarkdown::Load(EntityMap &entityMap)
110{
111 entityMap["amp"] = "&";
112 entityMap["quot"] = "\"";
113 entityMap["apos"] = "'";
114 entityMap["lt"] = "<";
115 entityMap["gt"] = ">";
116}
117
118void CMarkdown::Load(EntityMap &entityMap, int dummy)
119{

Callers 5

InitInstanceMethod · 0.45
operator->Method · 0.45
ExpandShortcutFunction · 0.45
OnInitDialogMethod · 0.45
InitInstanceMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected