MCPcopy Create free account
hub / github.com/anyrtcIO-Community/anyRTC-RTMP-OpenSource / CopyTo

Method CopyTo

webrtc/base/cryptstring.h:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 CryptString();
47 size_t GetLength() const { return impl_->GetLength(); }
48 void CopyTo(char * dest, bool nullterminate) const { impl_->CopyTo(dest, nullterminate); }
49 CryptString(const CryptString& other);
50 explicit CryptString(const CryptStringImpl& impl);
51 ~CryptString();

Callers 1

AppendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected