Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/activeloopai/deeplake
/ move_in_and_back
Function
move_in_and_back
cpp/3rd_party/sql-parser/test/sql_tests.cpp:380–383 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
378
}
379
380
SQLParserResult move_in_and_back(SQLParserResult res) {
381
// Moves on return.
382
return res;
383
}
384
385
TEST(MoveSQLResultTest) {
386
SQLParserResult res = parse_and_move(
"SELECT * FROM test;"
);
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected