MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / CKuStringDataT

Method CKuStringDataT

source/KuString.h:286–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284 friend class CKuStringT;
285
286 CKuStringDataT()
287 { Init(); }
288 CKuStringDataT(const CKuStringDataT &d)
289 { Init(); Copy(d); }
290 CKuStringDataT(CSTRT src, SIZET len = -1)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected