MCPcopy Create free account
hub / github.com/a2flo/floor / build_archive_from_file

Function build_archive_from_file

src/device/universal_binary.cpp:952–958  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

950 }
951
952 bool build_archive_from_file(const std::string& src_file_name,
953 const std::string& dst_archive_file_name,
954 const toolchain::compile_options& options,
955 const std::vector<target>& targets,
956 const bool use_precompiled_header) {
957 return build_archive(src_file_name, true, dst_archive_file_name, options, targets, use_precompiled_header);
958 }
959
960 bool build_archive_from_memory(const std::string& src_code,
961 const std::string& dst_archive_file_name,

Callers

nothing calls this directly

Calls 1

build_archiveFunction · 0.85

Tested by

no test coverage detected