Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_surface
Method · 0.85
count_non_empty_elements
Function · 0.85
sided_surfaces
Function · 0.85
surface_radial_sort
Function · 0.85
register_component
Method · 0.85
add_relation
Method · 0.85
add_relation_edge
Method · 0.85
log_warn
Method · 0.85
test_logger
Function · 0.85
register_creator
Method · 0.85
~Input
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_logger
Function · 0.68