You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mock/context/runtimeContextWrapper.go
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,8 @@ type RuntimeContextWrapper struct {
68
68
// function that will be called by the corresponding RuntimeContext function implementation (by default this will call the same wrapped context function)
69
69
IsFunctionImportedFuncfunc(namestring) bool
70
70
// function that will be called by the corresponding RuntimeContext function implementation (by default this will call the same wrapped context function)
// function that will be called by the corresponding RuntimeContext function implementation (by default this will call the same wrapped context function)
71
73
ReadOnlyFuncfunc() bool
72
74
// function that will be called by the corresponding RuntimeContext function implementation (by default this will call the same wrapped context function)
0 commit comments