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

Function debug

include/geode/basic/logger.hpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70
71 template < typename... Args >
72 static void debug( const Args &...args )
73 {
74 log_debug( absl::StrCat( args... ) );
75 }
76
77 template < typename... Args >
78 static void info( const Args &...args )

Callers 4

log_debugMethod · 0.85
convert_grid_to_surfaceFunction · 0.85
test_loggerFunction · 0.85

Calls

no outgoing calls

Tested by 2

convert_grid_to_surfaceFunction · 0.68
test_loggerFunction · 0.68