Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ stat
Class
stat
extensions/standard-processors/processors/PutFile.cpp:153–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
152
// If file exists, apply conflict resolution strategy
153
struct stat statResult;
154
155
if ((max_dest_files_ != -1) && utils::file::FileUtils::is_directory(directory.c_str())) {
156
int64_t count = 0;
Callers
2
onTrigger
Method · 0.70
putFile
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected