(bound *nativeBoundSessionScope, workspaceRef string)
| 4813 | } |
| 4814 | |
| 4815 | func nativeBoundWorkspaceRef(bound *nativeBoundSessionScope, workspaceRef string) string { |
| 4816 | if bound == nil { |
| 4817 | return workspaceRef |
| 4818 | } |
| 4819 | return bound.workspaceID |
| 4820 | } |
| 4821 | |
| 4822 | func nativeBoundSessionID(bound *nativeBoundSessionScope, values ...string) string { |
| 4823 | if bound == nil { |
no outgoing calls
no test coverage detected