MCPcopy
hub / github.com/geldata/gel / append

Method append

edb/language_server/utils.py:35–42  ·  view source on GitHub ↗
(
        self,
        doc: pygls.workspace.TextDocument,
        diagnostic: lsp_types.Diagnostic,
    )

Source from the content-addressed store, hash-verified

33 )
34
35 def append(
36 self,
37 doc: pygls.workspace.TextDocument,
38 diagnostic: lsp_types.Diagnostic,
39 ):
40 if doc not in self.by_doc:
41 self.by_doc[doc] = []
42 self.by_doc[doc].append(diagnostic)
43
44 def extend(
45 self,

Callers 15

runMethod · 0.45
runMethod · 0.45
on_bodyMethod · 0.45
recvMethod · 0.45
_deserializeMethod · 0.45
_deserializeMethod · 0.45
on_logMethod · 0.45
report_errorMethod · 0.45
scanMethod · 0.45

Calls

no outgoing calls

Tested by 15

on_bodyMethod · 0.36
recvMethod · 0.36
_deserializeMethod · 0.36
_deserializeMethod · 0.36
on_logMethod · 0.36
report_errorMethod · 0.36
scanMethod · 0.36
extract_code_blocksMethod · 0.36