MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / getBuffer

Method getBuffer

src/common/isc_file.cpp:1797–1800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1795 }
1796
1797 WCHAR* getBuffer()
1798 {
1799 return m_utf16.begin();
1800 }
1801
1802 int getLength()
1803 {

Callers 3

convertMethod · 0.45
fromStringMethod · 0.45
toStringMethod · 0.45

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected