Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crossoverJie/gscript
/ GetReturnObject
Method
GetReturnObject
object_util.go:75–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
73
}
74
75
func
(r *ReturnObject) GetReturnObject()
interface
{} {
76
return
r.returnObject
77
}
78
func
(r *ReturnObject) String() string {
79
return
fmt.Sprintf(
"%d"
, r.returnObject)
80
}
Callers
14
executeFunctionCall
Method · 0.80
TestCompiler_Compiler2
Function · 0.80
TestCompiler_CompilerFor
Function · 0.80
TestCompiler_CompilerFor3
Function · 0.80
TestCompiler_CompilerFor2
Function · 0.80
TestCompiler_CompilerIf
Function · 0.80
TestGScriptVisitor_VisitIfElse5
Function · 0.80
TestGScriptVisitor_VisitIfElse6
Function · 0.80
TestGScriptVisitor_VisitIfElse7
Function · 0.80
TestGScriptVisitor_VisitIfElse8
Function · 0.80
TestArithmeticOperators
Function · 0.80
TestArithmeticOperators4
Function · 0.80
Calls
no outgoing calls
Tested by
13
TestCompiler_Compiler2
Function · 0.64
TestCompiler_CompilerFor
Function · 0.64
TestCompiler_CompilerFor3
Function · 0.64
TestCompiler_CompilerFor2
Function · 0.64
TestCompiler_CompilerIf
Function · 0.64
TestGScriptVisitor_VisitIfElse5
Function · 0.64
TestGScriptVisitor_VisitIfElse6
Function · 0.64
TestGScriptVisitor_VisitIfElse7
Function · 0.64
TestGScriptVisitor_VisitIfElse8
Function · 0.64
TestArithmeticOperators
Function · 0.64
TestArithmeticOperators4
Function · 0.64
TestArithmeticOperators5
Function · 0.64