tracy
Toggle table of contents
common
jvm
Target filter
common
jvm
Switch theme
Search in API
Skip to content
tracy
core
/
org.jetbrains.ai.tracy.core.instrumentation
/
withSessionId
with
Session
Id
common
jvm
expect
suspend
fun
<
T
>
withSessionId
(
id
:
String
,
block
:
suspend
ERROR CLASS: Symbol not found for CoroutineScope
.
(
)
->
T
)
:
T
(
source
)
Executes the block with a sessionId set. Has no effect on W&B Weave.
actual
suspend
fun
<
T
>
withSessionId
(
id
:
String
,
block
:
suspend
CoroutineScope
.
(
)
->
T
)
:
T
(
source
)