MCPcopy Create free account
hub / github.com/bigcode-project/jupytercoder / getCellContentText

Function getCellContentText

src/utility.js:308–314  ·  view source on GitHub ↗
(checkedMode, currctJupyterModel)

Source from the content-addressed store, hash-verified

306
307
308const getCellContentText = (checkedMode, currctJupyterModel) => {
309 switch (checkedMode) {
310 case "OpenAI": return getCellContentTextRequiredForOpenAI(currctJupyterModel);
311 case "BigCode": return getCellContentTextRequiredForBigCode(currctJupyterModel);
312 default: return [null, null]
313 }
314}
315
316
317

Callers 1

utility.jsFile · 0.85

Tested by

no test coverage detected