Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TileDB-Inc/TileDB
/ warn
Method
warn
tiledb/common/logger.cc:131–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
}
130
131
void Logger::warn(const char* msg) {
132
logger_->warn(msg);
133
}
134
135
void Logger::error(const char* msg) {
136
logger_->error(msg);
Callers
5
LOG_WARN
Function · 0.45
make_room
Method · 0.45
tiledb_log_warn
Function · 0.45
get_mime
Function · 0.45
set_config
Method · 0.45
Calls
1
str
Method · 0.80
Tested by
no test coverage detected