MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / Insert

Method Insert

deps/FtpClient/FTPDataTypes.cpp:234–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232{
233 CCmd2Info();
234 void Insert(TCommandEnum enCommand, CExtendedInfo* pExtendedInfo) { insert(std::make_pair(enCommand, nsSmartPointer::shared_ptr<CExtendedInfo>::type(pExtendedInfo))); }
235 void Insert(TCommandEnum enCommand, const tstring& strServerString, const tstring& strCompleteServerStringSyntax, UINT uiNumberOfParameters,
236 UINT uiNumberOfOptionalParameters, TSpecificationEnum enSpecification, TTypeEnum enType)
237 {

Callers

nothing calls this directly

Calls 2

insertFunction · 0.85
typeFunction · 0.50

Tested by

no test coverage detected