MCPcopy Create free account
hub / github.com/LibrePCB/LibrePCB / generateHtml

Method generateHtml

libs/librepcb/core/export/interactivehtmlbom.cpp:344–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344QString InteractiveHtmlBom::generateHtml() const {
345 QString out, err;
346 if (!rs::ffi_ibom_generate_html(*mHandle, &out, &err)) {
347 throw RuntimeError(__FILE__, __LINE__,
348 "Failed to generate interactive HTML BOM: " % err);
349 }
350 return out;
351}
352
353/*******************************************************************************
354 * End of File

Callers 3

TEST_FFunction · 0.80
TEST_FFunction · 0.80
foreachFunction · 0.80

Calls 2

ffi_ibom_generate_htmlFunction · 0.85
RuntimeErrorClass · 0.85

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64