Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemLib/LemLib
/ format_as
Method
format_as
src/lemlib/pose.cpp:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
std::string lemlib::format_as(const lemlib::Pose& pose) {
44
// the double brackets become single brackets
45
return fmt::format(
"lemlib::Pose {{ x: {}, y: {}, theta: {} }}"
, pose.x, pose.y, pose.theta);
46
}
Callers
nothing calls this directly
Calls
1
format
Function · 0.50
Tested by
no test coverage detected