Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceres-solver/ceres-solver
/ IsOnStack
Function
IsOnStack
internal/ceres/fixed_array_test.cc:50–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
// allocation.
49
template <typename ArrayType>
50
static bool IsOnStack(const ArrayType& a) {
51
return a.size() <= ArrayType::inline_elements;
52
}
53
54
class ConstructionTester {
55
public:
Callers
1
TEST
Function · 0.85
Calls
1
size
Method · 0.45
Tested by
no test coverage detected