MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / Free

Method Free

scintilla/src/Editor.h:93–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 Free();
92 }
93 void Free() {
94 delete []s;
95 s = 0;
96 len = 0;
97 rectangular = false;
98 lineCopy = false;
99 codePage = 0;
100 characterSet = 0;
101 }
102 void Copy(const char *s_, int len_, int codePage_, int characterSet_, bool rectangular_, bool lineCopy_) {
103 delete []s;
104 s = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected