MCPcopy Create free account
hub / github.com/codefuse-ai/codefuse-devops-eval / __init__

Method __init__

src/datasets/funccall_dataset.py:11–15  ·  view source on GitHub ↗
(self, dataset_name, tool_task, filepath)

Source from the content-addressed store, hash-verified

9
10class FuncCallDataset(ToolDataset):
11 def __init__(self, dataset_name, tool_task, filepath):
12 self.dataset_name = dataset_name
13 self.tool_task = tool_task
14 self.filepath = filepath
15 self.datas = self.load_data()
16
17 def load_data(self, ) -> list:
18 if self.filepath:

Callers

nothing calls this directly

Calls 1

load_dataMethod · 0.95

Tested by

no test coverage detected