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

Method write

src/common/classes/BaseStream.h:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 }
123
124 virtual int write(const void* str, unsigned int n)
125 {
126 ref.append((const char*) str, n);
127 return n;
128 }
129
130private:
131 Firebird::string& ref;

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected