Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ eval
Method
eval
ruby/engine/RubyEngine.cpp:87–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
ScriptObject RubyEngine::eval(std::string_view sv) {
88
std::string str{sv};
89
return ScriptObject{openstudio::evalString(str)};
90
}
91
92
void RubyEngine::exec(std::string_view sv) {
93
std::string str{sv};
Callers
4
require_embedded_absolute
Method · 0.45
require_rb_config_with_patch
Function · 0.45
getMeasure
Method · 0.45
executeRubyScriptCommand
Function · 0.45
Calls
1
evalString
Function · 0.85
Tested by
no test coverage detected