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

Function warn

include/geode/basic/logger.hpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82
83 template < typename... Args >
84 static void warn( const Args &...args )
85 {
86 log_warn( absl::StrCat( args... ) );
87 }
88
89 template < typename... Args >
90 static void error( const Args &...args )

Callers 11

clean_surfaceMethod · 0.85
count_non_empty_elementsFunction · 0.85
sided_surfacesFunction · 0.85
surface_radial_sortFunction · 0.85
register_componentMethod · 0.85
add_relationMethod · 0.85
add_relation_edgeMethod · 0.85
log_warnMethod · 0.85
test_loggerFunction · 0.85
register_creatorMethod · 0.85
~InputMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_loggerFunction · 0.68