Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ is_hidden_op_in_java
Function
is_hidden_op_in_java
java/idl2jni/codegen/idl_mapping.cpp:140–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
}
139
140
bool is_hidden_op_in_java(AST_Operation* op)
141
{
142
return op->annotations().find(
"::OpenDDS::internal::@hidden_op_in_java"
);
143
}
Callers
2
write_native_operation
Function · 0.85
gen_interf
Method · 0.85
Calls
1
find
Method · 0.45
Tested by
no test coverage detected