MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / LuaBaseStream

Method LuaBaseStream

extensions/script/lua/LuaBaseStream.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30namespace lua {
31
32LuaBaseStream::LuaBaseStream(std::shared_ptr<io::BaseStream> stream)
33 : stream_(std::move(stream)) {
34}
35
36std::string LuaBaseStream::read(size_t len) {
37 if (len == 0) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected