MCPcopy Create free account
hub / github.com/citp/BlockSci / ScriptAccess

Method ScriptAccess

src/internal/script_access.hpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73 public:
74 explicit ScriptAccess(const filesystem::path &baseDirectory) :
75 scriptFiles(blocksci::apply(DedupAddressType::all(), [&] (auto tag) {
76 return ScriptFile<tag.value>{baseDirectory/std::string{dedupAddressName(tag)}};
77 })) {}
78
79 template <DedupAddressType::Enum type>
80 ScriptFile<type> &getFile() {

Callers

nothing calls this directly

Calls 2

applyFunction · 0.85
dedupAddressNameFunction · 0.85

Tested by

no test coverage detected