Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/data-formulator
/ get
Method
get
src/data/column.ts:33–35 ·
view source on GitHub ↗
(row: number)
Source
from the content-addressed store, hash-verified
31
}
32
33
get(row: number): any {
34
return
this._data[row];
35
}
36
}
Callers
15
_enabled
Function · 0.80
_color
Function · 0.80
_inject_request_id
Function · 0.80
get_http_status
Method · 0.80
_catalog_pagination_args
Function · 0.80
_matches
Function · 0.80
_lightweight_tree_for_response
Function · 0.80
_param_defs_by_name
Function · 0.80
_is_sensitive_or_auth_param
Function · 0.80
_loader_auth_mode
Function · 0.80
_visible_connector_items
Function · 0.80
_resolve_connector_with_key
Function · 0.80
Calls
no outgoing calls
Tested by
15
test_model
Function · 0.64
test_bq_emulator_available_false_quickly_on_closed_port
Method · 0.64
postgres_available
Function · 0.64
mysql_available
Function · 0.64
get_dataset_detail
Method · 0.64
test_normal_file_served
Method · 0.64
test_path_traversal_returns_error
Method · 0.64
test_dotdot_single_returns_error
Method · 0.64
test_nonexistent_file_returns_error
Method · 0.64
test_response_uses_send_file_not_send_from_directory
Method · 0.64
test_global_model_gets_real_api_key
Method · 0.64
test_user_model_keeps_own_credentials
Method · 0.64