MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / error

Function error

include/geode/basic/logger.hpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88
89 template < typename... Args >
90 static void error( const Args &...args )
91 {
92 log_error( absl::StrCat( args... ) );
93 }
94
95 template < typename... Args >
96 static void critical( const Args &...args )

Callers 15

load_tetrahedral_solidFunction · 0.85
save_polyhedral_solidFunction · 0.85
load_regular_gridFunction · 0.85
save_regular_gridFunction · 0.85
save_point_setFunction · 0.85
save_polygonal_surfaceFunction · 0.85
save_graphFunction · 0.85
load_polyhedral_solidFunction · 0.85
save_tetrahedral_solidFunction · 0.85
load_light_regular_gridFunction · 0.85
load_hybrid_solidFunction · 0.85

Calls

no outgoing calls

Tested by 2

check_bary_coordsFunction · 0.68
test_loggerFunction · 0.68