MCPcopy Create free account
hub / github.com/SmingHub/Sming / getStreamPointer

Method getStreamPointer

Sming/Core/Data/Stream/MemoryDataStream.h:51–54  ·  view source on GitHub ↗

@brief Get a pointer to the current position * @retval "const char*" Pointer to current cursor position within the data stream */

Source from the content-addressed store, hash-verified

49 * @retval "const char*" Pointer to current cursor position within the data stream
50 */
51 const char* getStreamPointer() const
52 {
53 return buffer ? buffer + readPos : nullptr;
54 }
55
56 /**
57 * @brief Return the total length of the stream

Callers 1

executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected