MCPcopy Create free account
hub / github.com/amule-project/amule / WriteMetaDataSearchParam

Method WriteMetaDataSearchParam

src/SearchList.cpp:186–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184 }
185
186 void WriteMetaDataSearchParam(const wxString& rstrValue)
187 {
188 m_data->WriteUInt8(1); // string parameter type
189 m_data->WriteString(rstrValue, m_eStrEncode); // string value
190 }
191
192 void WriteMetaDataSearchParam(uint8 uMetaTagID, const wxString& rstrValue)
193 {

Callers 1

CreateSearchDataMethod · 0.80

Calls 5

WriteUInt8Method · 0.80
WriteStringMethod · 0.80
WriteUInt16Method · 0.80
WriteUInt64Method · 0.80
WriteUInt32Method · 0.80

Tested by

no test coverage detected