MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / set_result

Method set_result

cpp/iedriver/Script.h:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 std::wstring source_code() const { return this->source_code_; }
64 VARIANT result() { return this->result_; }
65 void set_result(VARIANT value) {
66 this->result_.Copy(&value);
67 }
68
69 void AddArgument(const std::string& argument);
70 void AddArgument(const std::wstring& argument);

Callers

nothing calls this directly

Calls 1

CopyMethod · 0.45

Tested by

no test coverage detected