MCPcopy Create free account
hub / github.com/AS-AIGC/TranscriptHub / operation_memo

Function operation_memo

apps/backend/shared.js:27–44  ·  view source on GitHub ↗
({
  route = '',
  token = '',
  sso_account = '',
  ip_address = '',
  query_time = '',
  ref = null
} = {})

Source from the content-addressed store, hash-verified

25
26
27function operation_memo({
28 route = '',
29 token = '',
30 sso_account = '',
31 ip_address = '',
32 query_time = '',
33 ref = null
34} = {}) {
35 return {
36 route,
37 token,
38 sso_account,
39 ip_address,
40 query_time,
41 process_id: '' + process.pid, // automatically set to current process pid
42 ref
43 };
44}
45
46
47module.exports = {

Callers 9

execute_taskFunction · 0.85
send_notificationFunction · 0.85
cancel_task_controllerFunction · 0.85
select_taskFunction · 0.85
cleanup_taskFunction · 0.85
cleanup_task_Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected